- 01. Intro to Pseudoclassical Subclasses
- 02. Building Out a Subclass
- 03. Incorrect Solutions
- 04. 'this' in Superclass using 'new'
- 05. 'this' in Superclass without using 'new'
- 06. .call()'s First Argument
- 07. Using .call()
- 08. Subclass Property Prototype Delegation
- 09. Subclass Method Prototype Delegation
- 10. Constructor Prototype Delegation
- 11. Subclass Prototype Delegation
- 12. Incorrect Subclass Prototype Delegation
- 13. Using Object.create()
- 14. Subclass Prototype Constructor Property
- 15. Subclass Constructor Delegation
- 16. Proper Subclass Constructor Delegation
- 17. Psuedoclassical Subclassing Outro
- 18. Outro